ReactivePagerAdapter.InstantiateItem(ViewGroup, int) method¶
Defined in
Type: ReactivePagerAdapterReactiveUI.AndroidX
Assembly: ReactiveUI.AndroidX.dll
Applies to
net10.0-android36.0
public override Object InstantiateItem(ViewGroup container, int position)
Inherited documentation
These docs were inherited from PagerAdapter. The member doesn't override them on this type.
Parameters
| Name | Type | Description |
|---|---|---|
container | ViewGroup | -- |
position | int | -- |
Returns: Object